docs(destinations): note snowflake/redshift table-location fields are required (ENG-4130) - #398
Open
RajatPawar wants to merge 1 commit into
Open
docs(destinations): note snowflake/redshift table-location fields are required (ENG-4130)#398RajatPawar wants to merge 1 commit into
RajatPawar wants to merge 1 commit into
Conversation
… required (ENG-4130) The dbName/schemaName/tableName descriptions now state they're required for the warehouse sinks that need a target table (no transformation), matching the server validation. Descriptive only — enforcement is per-type on the server. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to server amp-labs/server#7090, client amp-labs/client#2269, docs amp-labs/docs#698.
Svix requires the target table location for the warehouse sinks (no transformation). The metadata is a shared object across all destination types so it can't carry a per-type
requiredarray, but the field descriptions now state the requiredness:tableName: required for clickhouse, snowflake, redshiftdbName: required for snowflake, redshiftschemaName: required for snowflake, optional for redshiftEnforcement lives in the server validate tags (per type).
🤖 Generated with Claude Code